1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmActivation
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmActivation))
26         Me.Panel1 = New System.Windows.Forms.Panel()
27         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
28         Me.TextBox1 = New System.Windows.Forms.TextBox()
29         Me.txtSerialNo = New System.Windows.Forms.TextBox()
30         Me.Label4 = New System.Windows.Forms.Label()
31         Me.txtActivationID = New System.Windows.Forms.TextBox()
32         Me.btnClose = New System.Windows.Forms.Button()
33         Me.txtHardwareID = New System.Windows.Forms.TextBox()
34         Me.Label2 = New System.Windows.Forms.Label()
35         Me.btnSave = New System.Windows.Forms.Button()
36         Me.Label3 = New System.Windows.Forms.Label()
37         Me.Panel2 = New System.Windows.Forms.Panel()
38         Me.Label1 = New System.Windows.Forms.Label()
39         Me.Panel1.SuspendLayout()
40         Me.GroupBox1.SuspendLayout()
41         Me.Panel2.SuspendLayout()
42         Me.SuspendLayout()
43         
'
44         
'Panel1
45         
'
46         Me.Panel1.BackColor = System.Drawing.Color.White
47         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
48         Me.Panel1.Controls.Add(Me.GroupBox1)
49         Me.Panel1.Controls.Add(Me.Panel2)
50         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
51         Me.Panel1.Name =
"Panel1"
52         Me.Panel1.Size = New System.Drawing.Size(
406, 262)
53         Me.Panel1.TabIndex =
2
54         
'
55         
'GroupBox1
56         
'
57         Me.GroupBox1.Controls.Add(Me.TextBox1)
58         Me.GroupBox1.Controls.Add(Me.txtSerialNo)
59         Me.GroupBox1.Controls.Add(Me.Label4)
60         Me.GroupBox1.Controls.Add(Me.txtActivationID)
61         Me.GroupBox1.Controls.Add(Me.btnClose)
62         Me.GroupBox1.Controls.Add(Me.txtHardwareID)
63         Me.GroupBox1.Controls.Add(Me.Label2)
64         Me.GroupBox1.Controls.Add(Me.btnSave)
65         Me.GroupBox1.Controls.Add(Me.Label3)
66         Me.GroupBox1.Location = New System.Drawing.Point(
9, 75)
67         Me.GroupBox1.Name =
"GroupBox1"
68         Me.GroupBox1.Size = New System.Drawing.Size(
381, 169)
69         Me.GroupBox1.TabIndex =
0
70         Me.GroupBox1.TabStop = False
71         Me.GroupBox1.Text =
"Software Activation"
72         
'
73         
'TextBox1
74         
'
75         Me.TextBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
76         Me.TextBox1.Location = New System.Drawing.Point(
135, 0)
77         Me.TextBox1.Name =
"TextBox1"
78         Me.TextBox1.ReadOnly = True
79         Me.TextBox1.Size = New System.Drawing.Size(
227, 22)
80         Me.TextBox1.TabIndex =
5
81         Me.TextBox1.Visible = False
82         
'
83         
'txtSerialNo
84         
'
85         Me.txtSerialNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
86         Me.txtSerialNo.Location = New System.Drawing.Point(
135, 57)
87         Me.txtSerialNo.Name =
"txtSerialNo"
88         Me.txtSerialNo.ReadOnly = True
89         Me.txtSerialNo.Size = New System.Drawing.Size(
227, 22)
90         Me.txtSerialNo.TabIndex =
1
91         
'
92         
'Label4
93         
'
94         Me.Label4.AutoSize = True
95         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
96         Me.Label4.Location = New System.Drawing.Point(
40, 57)
97         Me.Label4.Name =
"Label4"
98         Me.Label4.Size = New System.Drawing.Size(
73, 16)
99         Me.Label4.TabIndex =
5
100         Me.Label4.Text =
"Serial No. :"
101         
'
102         
'txtActivationID
103         
'
104         Me.txtActivationID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
105         Me.txtActivationID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
106         Me.txtActivationID.Location = New System.Drawing.Point(
135, 85)
107         Me.txtActivationID.Name =
"txtActivationID"
108         Me.txtActivationID.Size = New System.Drawing.Size(
227, 22)
109         Me.txtActivationID.TabIndex =
2
110         
'
111         
'btnClose
112         
'
113         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
114         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
115         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
116         Me.btnClose.Location = New System.Drawing.Point(
239, 122)
117         Me.btnClose.Name =
"btnClose"
118         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
119         Me.btnClose.TabIndex =
4
120         Me.btnClose.Text =
"Close"
121         Me.btnClose.UseVisualStyleBackColor = True
122         
'
123         
'txtHardwareID
124         
'
125         Me.txtHardwareID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
126         Me.txtHardwareID.Location = New System.Drawing.Point(
135, 29)
127         Me.txtHardwareID.Name =
"txtHardwareID"
128         Me.txtHardwareID.ReadOnly = True
129         Me.txtHardwareID.Size = New System.Drawing.Size(
227, 22)
130         Me.txtHardwareID.TabIndex =
0
131         
'
132         
'Label2
133         
'
134         Me.Label2.AutoSize = True
135         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
136         Me.Label2.Location = New System.Drawing.Point(
40, 85)
137         Me.Label2.Name =
"Label2"
138         Me.Label2.Size = New System.Drawing.Size(
88, 16)
139         Me.Label2.TabIndex =
1
140         Me.Label2.Text =
"Activation ID :"
141         
'
142         
'btnSave
143         
'
144         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
145         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
146         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
147         Me.btnSave.Location = New System.Drawing.Point(
135, 122)
148         Me.btnSave.Name =
"btnSave"
149         Me.btnSave.Size = New System.Drawing.Size(
98, 28)
150         Me.btnSave.TabIndex =
3
151         Me.btnSave.Text =
"Activate"
152         Me.btnSave.UseVisualStyleBackColor = True
153         
'
154         
'Label3
155         
'
156         Me.Label3.AutoSize = True
157         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
158         Me.Label3.Location = New System.Drawing.Point(
40, 29)
159         Me.Label3.Name =
"Label3"
160         Me.Label3.Size = New System.Drawing.Size(
89, 16)
161         Me.Label3.TabIndex =
0
162         Me.Label3.Text =
"Hardware ID :"
163         
'
164         
'Panel2
165         
'
166         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
167         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
168         Me.Panel2.Controls.Add(Me.Label1)
169         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
170         Me.Panel2.Name =
"Panel2"
171         Me.Panel2.Size = New System.Drawing.Size(
381, 62)
172         Me.Panel2.TabIndex =
0
173         
'
174         
'Label1
175         
'
176         Me.Label1.AutoSize = True
177         Me.Label1.BackColor = System.Drawing.Color.Transparent
178         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179         Me.Label1.ForeColor = System.Drawing.Color.White
180         Me.Label1.Location = New System.Drawing.Point(
143, 18)
181         Me.Label1.Name =
"Label1"
182         Me.Label1.Size = New System.Drawing.Size(
100, 24)
183         Me.Label1.TabIndex =
0
184         Me.Label1.Text =
"Activation"
185         
'
186         
'frmActivation
187         
'
188         Me.AcceptButton = Me.btnSave
189         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
190         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
191         Me.BackColor = System.Drawing.Color.DarkSlateGray
192         Me.ClientSize = New System.Drawing.Size(
430, 288)
193         Me.Controls.Add(Me.Panel1)
194         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
195         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
196         Me.MaximizeBox = False
197         Me.MinimizeBox = False
198         Me.Name =
"frmActivation"
199         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
200         Me.Panel1.ResumeLayout(False)
201         Me.GroupBox1.ResumeLayout(False)
202         Me.GroupBox1.PerformLayout()
203         Me.Panel2.ResumeLayout(False)
204         Me.Panel2.PerformLayout()
205         Me.ResumeLayout(False)
206
207     End Sub
208     Friend WithEvents Panel1 As System.Windows.Forms.Panel
209     Friend WithEvents Panel2 As System.Windows.Forms.Panel
210     Friend WithEvents Label1 As System.Windows.Forms.Label
211     Friend WithEvents btnClose As System.Windows.Forms.Button
212     Friend WithEvents btnSave As System.Windows.Forms.Button
213     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
214     Friend WithEvents txtActivationID As System.Windows.Forms.TextBox
215     Friend WithEvents txtHardwareID As System.Windows.Forms.TextBox
216     Friend WithEvents Label2 As System.Windows.Forms.Label
217     Friend WithEvents Label3 As System.Windows.Forms.Label
218     Friend WithEvents txtSerialNo As System.Windows.Forms.TextBox
219     Friend WithEvents Label4 As System.Windows.Forms.Label
220     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
221
222 End Class


Gõ tìm kiếm nhanh...